runtime.m.lockedg (field)
17 uses
runtime (current package)
coro.go#L232: mp.lockedg.set(gnext)
debugcall.go#L147: mp.lockedg.set(newg)
debugcall.go#L194: mp.lockedg.set(gp)
debugcall.go#L229: gp.m.lockedg = 0
proc.go#L621: return gp.lockedm != 0 && gp.m.lockedg != 0
proc.go#L2410: mp.lockedg.set(gp)
proc.go#L3131: if gp.m.lockedg == 0 || gp.m.lockedg.ptr().lockedm.ptr() != gp.m {
proc.go#L3142: status := readgstatus(gp.m.lockedg.ptr())
proc.go#L3145: dumpgstatus(gp.m.lockedg.ptr())
proc.go#L3974: if mp.lockedg != 0 {
proc.go#L3976: execute(mp.lockedg.ptr(), false) // Never returns.
proc.go#L4284: mp.lockedg = 0
proc.go#L5274: gp.m.lockedg.set(gp)
proc.go#L5329: gp.m.lockedg = 0
proc.go#L6394: if lockedg := mp.lockedg.ptr(); lockedg != nil {
runtime2.go#L596: lockedg guintptr
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |